home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / DA / A-I / Conversion 2.0.4 DA.sit / Conversion 2.0.4 shareware / Conversion 2.0 DA (shareware).rsrc / TEXT_-15998_About Conv2.txt < prev    next >
Encoding:
Text File  |  1994-05-14  |  9.9 KB  |  96 lines

  1. ABOUT CONVERSION 2.0 DA
  2.  
  3. Please note that there are now two versions of Conversion DA, the full version and the shareware version.
  4. ‚Ä¢ If the version number to the left says ‚ÄúShareware‚Äù then you have a trial version of the software which you may distribute freely, provided you don't alter it.
  5. ‚Ä¢ If it says ‚ÄúFull Version‚Äù then you have a full, registered version. In that case, please don‚Äôt distribute it to others. Its user-definable menus took many hours to implement, and I couldn‚Äôt have done it without the support of registered users like you!
  6.  
  7. INTRODUCTION
  8. I wrote this Macintosh desk accessory because I work as an illustrator and, for technical drawings, it's always a pain to have to convert between inches and millimeters. I felt that the few other conversion utilities I‚Äôd seen were either clumsy to operate or required HyperCard.
  9.    Highlights of Conversion 2.0 include:
  10. ‚Ä¢ Three built-in conversion routines:
  11. - Fractions: The Fraction-to-Decimal feature converts all of your favorite fractions to decimals. The Decimal-to-Fraction feature converts your input to the nearest 1/64th and then let you know if it was an exact fit or not. 
  12. - Numeric: Convert between hexadecimal, octal, decimal and binary.
  13. - Temperature: Convert between Celsius, Fahrenheit and Kelvin.
  14. ‚Ä¢ Copy to the clipboard the result of your last conversion, or the entire list of conversions since the DA was opened.
  15. ‚Ä¢ On-line help (you‚Äôre reading it).
  16. ‚Ä¢ The DA remembers your last menu selections and the window‚Äôs location on the screen.
  17. ‚Ä¢ User-definable menus (available only in full version shipped to registered users):
  18. - Can include up to 32 user-definable menus for proportional conversions such as lengths, weights and volume.
  19. - Define the menu names and the items they contain.
  20. - Define how the items are formatted in the clipboard (e.g., 1" or 1 inch).
  21. - Define how the converted items are combined in the clipboard (e.g., ‚Äú1 inch = 25.4mm‚Äù or ‚Äú1 inch ==> 25.4mm‚Äù).
  22. - Define aliases for menu items (e.g., ‚Äúmm‚Äù or ‚ÄúMM‚Äù for an item that appears on the menu as ‚Äúmillimeter‚Äù) and then use it in an equation such as ‚Äú1 ft + 3 mm‚Äù to combine two or more units of measurement. Aliases are case sensitive.
  23. - Define an alternate display for an item (e.g., inches could be converted and then displayed as picas/points or millimeters).
  24. - Define a preferred number of decimals for an item that will override the number in the Options menu.
  25. - Add dividing lines between groups of items.
  26. - Choose whether you want to include the three built-in conversion types.
  27. ‚Ä¢ Enter numbers as equations (e.g., ‚Äú32/8‚Äù or ‚Äú123+456‚Äù)
  28. ‚Ä¢ Choose the number of decimals to display, 0-9 or floating.
  29. ‚Ä¢ Optional European notation (e.g., ‚Äú1,500.5‚Äù or ‚Äú1.500 5‚Äù).
  30. ‚Ä¢ Choose whether to display an item‚Äôs alias in the menus.
  31.  
  32. USING CONVERSION
  33. 1. Select from the Unit Type popup menu the kind of conversion you want to do, such as lengths or weights.
  34. 2. Select the unit of measure you want to convert from in the second popup menu.
  35. 3. Select the unit of measure you want to convert to in the third popup menu.
  36. 4. Enter the number you‚Äôre converting from in the input edit box.
  37. 5. Press the Enter or Return key. The DA will calculate your measurement in the chosen units and then select the entire edit box so you can immediately type in the next number without having to mouse around. You can select Copy Result from the Options menu to put the current result in the clipboard for other applications or desk accessories.
  38.    Every time you press enter, Conversion adds the calculation to the Calc List, which can be copied to the clipboard by selecting Copy Calc List from the Options menu. Changing unit types will trigger a recalculation, but only calculations caused by pressing the Return or Enter will be added to the list. All of the standard Cut, Copy and Paste functions also work in the input box.
  39.     Whenever you change the number of decimals, Conversion saves that setting for that item. Whenever you select an output unit (the third popup menu), Conversion checks for a decimal setting in the menu definition. If there wasn‚Äôt one defined, it uses the current system default (the last decimal setting you selected).
  40.  
  41. KEYBOARD SHORTCUTS
  42. ‚Ä¢ Page Up: Output Units will change to the previous menu item.
  43. ‚Ä¢ Page Down: Output Units will change to the next menu item.
  44. ‚Ä¢ Home: Output Units will change to the first menu item.
  45. ‚Ä¢ End: Output Units will change to the last menu item.
  46. ‚Ä¢ Option + Page Up: Input Units will change to the previous menu item.
  47. ‚Ä¢ Option + Page Down: Input Units will change to the next menu item.
  48. ‚Ä¢ Option + Home: Input Units will change to the first menu item.
  49. ‚Ä¢ Option + End: Input Units will change to the last menu item.
  50. ‚Ä¢ Command key + Up Arrow (cursor up): Conversion will copy the current result to the Input Units edit box and change the input units menu selection to match the output units. Then you can simply change the Output Units menu to some other measurement unit and Conversion will immediately calculate the result.
  51. ‚Ä¢ Other command-key shortcuts are available as listed on Conversion‚Äôs menus.
  52.  
  53. ENTERING NUMBERS AS EQUATIONS
  54. When using user-defined menus, you can enter numbers as equations. For example, the following all equal ‚Äú12‚Äù:
  55.   4*3
  56.   2x6
  57.   36÷3
  58.   24/2
  59.   8+4
  60.   13-1
  61.   26-(7*2)
  62. Conversion calculates fractions from left-to-right, then performs all remaining calculations from left-to-right. Parentheses can be used to alter the calculation order, and may be nested as needed. Please note that    ‚Äú*‚Äù or ‚Äúx‚Äù may be used interchangeably for multiplication. Either ‚Äú/‚Äù or ‚Äú√∑‚Äù (the division symbol is an Option-Slash) may be used for division, although it's important to be aware that Conversion treats numbers separated by slashes as fractions, and that whole numbers and fractions must be separated by a space (not a hyphen). In general, don‚Äôt use slashes in equations unless you're defining a fraction. For example, ‚Äú3+1/2‚Äù equals 3.5, not 2. If in doubt, enter your equation with the same input and output units to test the equation‚Äôs result before converting it.
  63.  
  64. CUSTOMIZING MENUS
  65. These features available in registered versions only!
  66. Menus can be customized in several ways:
  67. - Name your menu*.
  68. - Name all items on the menu.
  69. - Define a conversion factor for each item.
  70. - Define a 1-3 character alias (e.g. ‚Äúin‚Äù or ‚Äúmm‚Äù).
  71. - Define a format for an individual item to be copied to the clipboard (i.e., ‚ÄúCopy Result‚Äù)*.
  72. - Define a format for both items to be copied to the clipboard (i.e., ‚ÄúCopy Calc List‚Äù).
  73. - Define a format for the alternate display.
  74. - Include or ignore the internal menus (Temperature,
  75.    Numeric and Fractions).
  76. - Create divider lines in the menus.
  77. - Create up to 32 menus.
  78.    To customize Conversion‚Äôs menus, select ‚ÄúModify Menus‚Ķ‚Äù from the Options menu. You will be given a choice of modifying the menus interactively through dialog boxes or reading in a whole new set of menus from a source file. Refer to the document ‚ÄúCustomizing Your Menus‚Äù that comes with the registered version of Conversion.
  79.    When you register your copy of Conversion, I‚Äôll send you a disk with the full-featured version of Conversion, along with several menu source files. The menu source files are standard files that can be opened and edited in a word processor, and are commented so that you can learn how to modify them or to create your own custom menus.
  80.  
  81. *In the shareware version of Conversion, these features are fully functional. Other features may be available for experimentation, but changes won‚Äôt be saved when you quit Conversion. Please note that once you‚Äôve experimented with the Modify Menus command in the shareware version, you won‚Äôt be able to save the decimal digits settings with the menu items until you quit and restart the DA.
  82.  
  83. ONLINE HELP
  84. This document is available online in the About... box, which can be accessed by typing command-slash or clicking on the ‚Äú?‚Äù button.
  85.  
  86. MEMORY CONSIDERATIONS
  87. If you have less than the 20k necessary to open the help/about‚Ķ window, then Conversion will beep. If you have less than 2k memory available when you press Enter or Return, then Conversion will beep to remind you that there isn‚Äôt enough memory to safely continue adding data to the Calc List. If you frequently run into memory shortages:
  88. - Under System 6 MultiFinder, hold down the option key when you choose the DA from the Apple menu. This causes the current application to become the DA‚Äôs host, which may have more memory available than the DA Handler.
  89. - Define menus with fewer items on them.
  90.  
  91. IF YOU LIKE CONVERSION
  92. Conversion isn‚Äôt infallible! After all, I‚Äôm an illustrator, not a programmer! Please save your work before calling this DA, especially when generating menus. Question any bogus-looking results, and please inform me of any miscalculations. I can‚Äôt guarantee flawless performance, but Conversion has performed satisfactorily for me on a variety of Mac systems.
  93.    Feel free to try Conversion for 30 days. If you find Conversion useful and dependable for your purposes, please send $10. Be sure to include the address to which you‚Äôd like me to send your menu source disk. Please make checks payable to Graffix. Your comments and suggestions are always welcome.
  94.  
  95. ACKNOWLEDGMENTS
  96. My many thanks to Michael J. Conrad for his DA Skeleton (versions 1 and 2), upon which Conversion was built, and Jon P. Wind for his many fascinating demos that inspired me to get into Mac programming in the first place. Thanks also all of the people whose input has been the basis of every new or improved feature since 1.0. These include: Martin Doettling, Dr. Peter Manns, S√©bastien Montambeault (French translator), Andy Burns, Dick Skover, Marv Johnson, Dan Schweitzer, Jerry Muelver, Larry Scott, Brian Morgan, Peggy Burback, Walt Baranger, Bruce Motogawa, Chester Schmidt, ‚ÄúFresno Bob‚Äù Seigel, Edward H. Bennett, Ken Garzo, Wm. C. Feldbaumer and the dozens of others who have supported and encouraged my efforts. Thanks, gang!